home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue61 / Contract / SimpleAccountFrm.dfm < prev    next >
Encoding:
Text File  |  2000-08-07  |  796 b   |  42 lines

  1. object FrmAccountTest: TFrmAccountTest
  2.   Left = 192
  3.   Top = 107
  4.   Width = 263
  5.   Height = 316
  6.   Caption = 'Account Test'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lblBalance: TLabel
  18.     Left = 25
  19.     Top = 232
  20.     Width = 39
  21.     Height = 13
  22.     Caption = 'Balance'
  23.   end
  24.   object ListBox1: TListBox
  25.     Left = 14
  26.     Top = 32
  27.     Width = 225
  28.     Height = 185
  29.     ItemHeight = 13
  30.     TabOrder = 0
  31.   end
  32.   object edtBalance: TEdit
  33.     Left = 115
  34.     Top = 227
  35.     Width = 121
  36.     Height = 21
  37.     ReadOnly = True
  38.     TabOrder = 1
  39.     Text = '0'
  40.   end
  41. end
  42.